Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::numeric::ublas::matrix_view_traits< T[M][N] > Struct Template Reference

#include <c_array.hpp>

Public Types

typedef T matrix_type [M][N]
 
typedef std::size_t size_type
 
typedef std::ptrdiff_t difference_type
 
typedef row_major_tag orientation_category
 
typedef dense_tag storage_category
 
typedef T value_type
 
typedef const Tconst_reference
 
typedef const Tconst_pointer
 
typedef const matrix_reference
< const matrix_type
const_closure_type
 
typedef T row_type [N]
 
typedef const row_typeconst_iterator1
 
typedef const_pointer const_iterator2
 

Member Typedef Documentation

template<class T , int M, int N>
typedef const matrix_reference<const matrix_type> boost::numeric::ublas::matrix_view_traits< T[M][N] >::const_closure_type
template<class T , int M, int N>
typedef const row_type* boost::numeric::ublas::matrix_view_traits< T[M][N] >::const_iterator1
template<class T , int M, int N>
typedef const_pointer boost::numeric::ublas::matrix_view_traits< T[M][N] >::const_iterator2
template<class T , int M, int N>
typedef const T* boost::numeric::ublas::matrix_view_traits< T[M][N] >::const_pointer
template<class T , int M, int N>
typedef const T& boost::numeric::ublas::matrix_view_traits< T[M][N] >::const_reference
template<class T , int M, int N>
typedef std::ptrdiff_t boost::numeric::ublas::matrix_view_traits< T[M][N] >::difference_type
template<class T , int M, int N>
typedef T boost::numeric::ublas::matrix_view_traits< T[M][N] >::matrix_type[M][N]
template<class T , int M, int N>
typedef row_major_tag boost::numeric::ublas::matrix_view_traits< T[M][N] >::orientation_category
template<class T , int M, int N>
typedef T boost::numeric::ublas::matrix_view_traits< T[M][N] >::row_type[N]
template<class T , int M, int N>
typedef std::size_t boost::numeric::ublas::matrix_view_traits< T[M][N] >::size_type
template<class T , int M, int N>
typedef dense_tag boost::numeric::ublas::matrix_view_traits< T[M][N] >::storage_category
template<class T , int M, int N>
typedef T boost::numeric::ublas::matrix_view_traits< T[M][N] >::value_type

The documentation for this struct was generated from the following file: